home *** CD-ROM | disk | FTP | other *** search
/ Software Vault: The Games Collection 1 / software vault.zip / software vault / CDR10 / SPX20.ZIP / SPEEDER.ZIP / SPEEDER.TXT < prev    next >
Text File  |  1993-09-27  |  3KB  |  72 lines

  1. SPEEDER Copyright 1993 Scott D. Ramsay
  2. Written completly with the SPX Game Library
  3. Quick and Dirty help file
  4. ============================================================
  5. Speeder is a racing game.  Where you race laps against the
  6. computer and the clock.  Take out the competiton by ramming, lazers,
  7. missiles, and seekers.
  8. ============================================================
  9.  
  10. Misc. keys:
  11.  
  12.   ESC  - Quit game
  13.   P    - Pause game
  14.   M    - Display (heap) memory usage
  15.   +    - Make game slow
  16.   -    - Make game fast
  17.  
  18. Player's keys:
  19.  
  20.    Motion:  (keypad)
  21.     ┌───┬───┬───┐
  22.     │ 7 │ 8 │ 9 │
  23.     ├───┼───┼───┤
  24.     │ 4 │ 5 │ 6 │
  25.     ├───┼───┼───┤
  26.     │ 1 │ 2 │ 3 │
  27.     └───┴───┴───┘
  28.  
  29.    Toggle autopilot mode:               A
  30.    Shoot (missiles or lazers):          SPACE
  31.    Change flight mode:                  ENTER
  32.  
  33.    There are two flight modes:
  34.        1. Rotate mode - Rotate mode is similar to the old arcade game
  35.              Asteroids. Motion is controlled by rotating the ship to
  36.              the direction you want (clockwise or counter-clockwise)
  37.              and pressing a thrust key.  So the player's motion keys
  38.              follows:
  39.  
  40.                     ┌─────────┬─────────┬─────────┐
  41.                     │rotate cc│forward  │rotate c │
  42.                     │& fwd thr│ thrust  │& fwd thr│
  43.                     ├─────────┼─────────┼─────────┤
  44.                     │rotate   │forward  │rotate   │
  45.                     │counter-c│ thrust  │clock-wz │
  46.                     ├─────────┼─────────┼─────────┤
  47.                     │rotate cc│reverse  │rotate c │
  48.                     │& rev thr│ thrust  │& rev thr│
  49.                     └─────────┴─────────┴─────────┘
  50.  
  51.        2. Direction mode - Direction mode, is your basic mode.  Up will
  52.             go up, down will go down, left..left, etc.  Unlike most games
  53.             which automatically change to that particular direction, the
  54.             ship will rotate to that direction.  So the player's motion keys
  55.             follows as:
  56.  
  57.                     ┌─────────┬─────────┬─────────┐
  58.                     │up-left  │ up      │up-right │
  59.                     │         │         │         │
  60.                     ├─────────┼─────────┼─────────┤
  61.                     │left     │         │right    │
  62.                     │         │         │         │
  63.                     ├─────────┼─────────┼─────────┤
  64.                     │down-left│ down    │down-    │
  65.                     │         │         │ right   │
  66.                     └─────────┴─────────┴─────────┘
  67.  
  68.             So pressing the UP key will automatically rotate the ship
  69.              until it is facing up. UP-LEFT will rotate the ship to a
  70.              45 degree angle facing up-left.
  71.  
  72.